home *** CD-ROM | disk | FTP | other *** search
/ Final Fantasy the Spirits Within Cardz / Final Fantasy the Spirits Within CD Cardz - Disc 3: Dr. Sid.iso / pc / assets / sid-exit.dcr / 00037_quitlogos_L2.ls < prev    next >
Encoding:
Text File  |  2001-07-22  |  212 b   |  17 lines

  1. on mouseUp
  2.   global wAOL
  3.   puppetSound(1, "Clicker")
  4.   window("AOLPopup").forget()
  5.   wAOL = window("AOLPopup")
  6.   wAOL.visible = 1
  7.   open(wAOL)
  8. end
  9.  
  10. on mouseEnter
  11.   cursor(280)
  12. end
  13.  
  14. on mouseLeave
  15.   cursor(-1)
  16. end
  17.